added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CppCLINativeDllWrapper / AssemblyInfo.cpp
blobb53d6c87ac7dd5fbd81484e633ac7da6133006ec
1 using namespace System;
2 using namespace System::Reflection;
3 using namespace System::Runtime::CompilerServices;
4 using namespace System::Runtime::InteropServices;
5 using namespace System::Security::Permissions;
7 //
8 // General Information about an assembly is controlled through the following
9 // set of attributes. Change these attribute values to modify the information
10 // associated with an assembly.
12 [assembly:AssemblyTitleAttribute("CppCLINativeDllWrapper")];
13 [assembly:AssemblyDescriptionAttribute("")];
14 [assembly:AssemblyConfigurationAttribute("")];
15 [assembly:AssemblyCompanyAttribute("Microsoft Corporation")];
16 [assembly:AssemblyProductAttribute("CppCLINativeDllWrapper")];
17 [assembly:AssemblyCopyrightAttribute("Copyright (c) Microsoft 2010")];
18 [assembly:AssemblyTrademarkAttribute("")];
19 [assembly:AssemblyCultureAttribute("")];
22 // Version information for an assembly consists of the following four values:
24 // Major Version
25 // Minor Version
26 // Build Number
27 // Revision
29 // You can specify all the value or you can default the Revision and Build Numbers
30 // by using the '*' as shown below:
32 [assembly:AssemblyVersionAttribute("1.0.0.0")];
34 [assembly:ComVisible(false)];
36 [assembly:CLSCompliantAttribute(true)];
38 [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];